  
  .Inventarisatie {
    }

  .Inventarisatie table th {
    background-color: var(--title);
    border: 1px solid lightgray;
    font-family: Arial;
    font-size: 11px;
    line-height: 18px;
    padding-left: 0.5em;
    text-align: left;
    vertical-align: middle;
    }

  .Inventarisatie table td {
    border-bottom: 1px solid lightgray;
    font-family: Arial;
    font-size:11px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    }

  .Inventarisatie table td:nth-child(1) {
    border-right: 1px solid lightgray;
    width: 20px;
    }

  .Inventarisatie table td:nth-child(1) {border-left: 1px solid lightgray; width:30px;}
  .Inventarisatie table td:nth-child(2) {text-align:right; width:20px;}
  .Inventarisatie table td:nth-child(3) {text-align:right; width:50px;}
  .Inventarisatie table td:nth-child(4) {
    border-right: 1px solid lightgray;
    text-align: right;
    width: 50px;
    }

  .Inventarisatie table td:nth-child(5) {text-align:right; width:20px;}
  .Inventarisatie table td:nth-child(6) {text-align:right; width:50px;}
  .Inventarisatie table td:nth-child(7) {
    border-right: 1px solid lightgray;
    text-align: right;
    width: 50px;
    }

  .Inventarisatie table td:nth-child(8) {text-align:right; width:20px;}
  .Inventarisatie table td:nth-child(9) {text-align:right; width:50px;}
  .Inventarisatie table td:nth-child(10) {
    border-right: 1px solid lightgray;
    text-align: right;
    width: 50px;
    }

  .Inventarisatie table td:nth-child(11) {
    border-right: 1px solid lightgray;
    width: 194px;
    }

  .Inventarisatie table tr:nth-child(2) td {
    background-color: var(--title);
    border-bottom: 1px solid lightgray;
    line-height: 18px;
    vertical-aline: middle;
    }

  .Inventarisatie table tr:nth-child(4) td {
    padding-top: 4px;
    }

  .Inventarisatie table tr:nth-child(12) td {
    color: red;
    }

  .Inventarisatie table tr:nth-child(43) td {
    color: red;
    }

  .Inventarisatie table tr:nth-child(45) td {
    color: red;
    }

  .Inventarisatie table tr:nth-child(47) td {
    color: red;
    }
